home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / pcbim20.zip / PCBIM20.RAR / EXEBBS.BAT < prev    next >
DOS Batch File  |  1996-06-08  |  2KB  |  46 lines

  1. :: ################################################################
  2. :: ##    PCBoard/InterMail/OS2/DOS Intelligent Batch File V2.0   ##
  3. :: ##      Written by Darrell Harder - Game Quest BBS SysOp      ##
  4. :: ##  gremlin@express.ca - FidoNet 1:153/9117 - [604]535-1077   ##
  5. :: ################################################################
  6. ::
  7. :: EXECBBS.BAT: File to run BBS nodes when a human caller Dials the
  8. ::              BBS.  This  file  executes  the DOBBS.BAT which is
  9. ::              created by your Front End. In this case, InterMail.
  10. ::
  11. :: -===[ NOTES! ]========================================================-
  12. ::     DOBBS.BAT contains 5 variables of which:
  13. ::  -  %1 is the connection speed i.e. 14400
  14. ::  -  %2 is the comport, not useful to PCBoard itself, where you have
  15. ::        already set the proper comport
  16. ::  -  %3 passes the minutes to the next event to PCBoard.
  17. ::  -  %4 the string from the modem that extablishes whether an EC
  18. ::        connection is in progress or not. i.e. /Arq/V42bis or /None
  19. ::  -  %5 is the Mail server number for which the variable allowing
  20. ::        to change to the proper PCBoard node in EXEBBS.BAT will be set.
  21.  
  22.  
  23. :: -===[ NOTES! ]========================================================-
  24. :: Echo Information to screen for Sysop to make sure settings are correct
  25. echo Connect %1
  26. echo Port: %2
  27. echo Minutes  %3
  28. echo Modem connection %4
  29. echo Node: %5
  30. :: Set seconds to your prefences while you are getting things setup.
  31. wait! 1 s
  32.  
  33. :: -===[ Connect Carrier String ]========================================-
  34. :: Used to pass the connect carrier speed and string to PCBoard
  35. SET CONNECT=/CSTR:%1%4 /EVENT:%3 %PCB%
  36. SET PCB=%CONNECT%
  37.  
  38. :: -===[ NOTES! ]========================================================-
  39. :: Clean up used Environment Variables to save Environment space
  40. SET CON=
  41. SET CONNECT=
  42.  
  43. %PCBDRIVE%
  44. cd %PCBDIR%
  45. BOARD
  46.